home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Olaf_Barthel / Tools / Debugging / Blowup / Source / data.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-18  |  479 b   |  24 lines

  1. /*
  2.  * $Id: data.c 1.2 1998/04/18 15:44:51 olsen Exp olsen $
  3.  *
  4.  * :ts=4
  5.  *
  6.  * Blowup -- Catches and displays task errors
  7.  *
  8.  * Written by Olaf `Olsen' Barthel <olsen@sourcery.han.de>
  9.  * Public Domain
  10.  */
  11.  
  12. #ifndef _GLOBAL_H
  13. #include "global.h"
  14. #endif    /* _GLOBAL_H */
  15.  
  16. /******************************************************************************/
  17.  
  18. #undef global
  19. #define global
  20.  
  21. #include "data.h"
  22.  
  23. /******************************************************************************/
  24.